home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / s / startup-sequence < prev    next >
Text File  |  1992-05-06  |  1KB  |  38 lines

  1. c:Bookit cslv
  2. c:RmTm
  3. c:SetPatch >NIL: r ;patch system functions
  4. Addbuffers df0: 10
  5. cd c:
  6. resident >nil: c:Echo pure
  7. echo "Amiga Workbench Disk. Release 1.3.3 version 34.34"
  8. echo ""
  9. echo ""
  10. echo "  FishMarket"
  11. echo "  ----------"
  12. echo ""
  13. echo "  ©1992 Asimware Innovations."
  14. echo "        101 Country Club Drive"
  15. echo "        Hamilton, Ontario."
  16. echo "        Canada.  L8K 5W4"
  17. echo ""
  18. echo "        (416)578-4916"
  19. echo ""
  20. echo ""
  21. Sys:System/FastMemFirst ; move C00000 memory to last in list
  22. BindDrivers
  23. SetClock load ;load system time from real time clock (A1000 owners should
  24.               ;replace the SetClock load with Date
  25. FF >NIL: -0 ;speed up Text
  26. resident >nil: CLI L:Shell-Seg SYSTEM pure add; activate Shell
  27. resident >nil: c:Execute pure
  28. mount newcon:
  29. ;
  30. failat 11
  31. run execute s:StartupII ;This lets resident be used for rest of script
  32. wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
  33. ;
  34. path ram: c: sys:system s: add ;set path for Workbench
  35. newshell "newcon:0/1/640/50/FishMarket: ©1992 Asimware Innovations.  Arranged by Paul Reeves."
  36. LoadWB delay  ;wait for inhibit to end before continuing
  37. endcli >NIL:
  38.